Welcome![Sign In][Sign Up]
Location:
Search - java android

Search list

[androidjava-JNA

Description: android JNA中文教程,学习JNI,android开发用C必看!!很值得推荐的好教程!-android JNA Chinese tutorial, learning JNI, android development with C must see! ! Recommend a good tutorial is worth!
Platform: | Size: 282624 | Author: huansuchanzhe | Hits:

[androidex07_layout

Description: Android手机应用开发源码 对主要的三大框架进行了具体的说明以及演示-Android open source mobile application framework on the three main specific instructions and demonstration
Platform: | Size: 1500160 | Author: Derek | Hits:

[androidandroid_bluetooth_demo

Description: android bluetooth 简单的蓝牙通信-android bluetooth sample
Platform: | Size: 95232 | Author: 张辟 | Hits:

[androidandroid-order-system

Description: 基于Java的android点餐系统--android手机点餐系统,实现基本点菜功能,供大家参考学习-Java-based ordering system android- android phone ordering system, and the basic order functions, for reference study
Platform: | Size: 7675904 | Author: dingming | Hits:

[androidBlueToothDoor

Description: 在android平台上使用蓝牙SPP协议连接串口蓝牙。该例子能够发送和接受信息(接收信息必须在信息后面加换行符)-android bluetooth SPP Connection .
Platform: | Size: 63488 | Author: 黄挺进 | Hits:

[androidandroid-webservice

Description: android webservice 及一些常用的代码例子很好-android webservice and some very good examples of commonly used code
Platform: | Size: 2158592 | Author: 泱泱 | Hits:

[androidandroid-server

Description: android java web 服务器, 实现断点传输,支持jpeg格式,支持html和htm格式,支持http1.0协议,是一个嵌入式的web服务器-android java web server, to achieve breakpoint transmission, support jpeg formats, support for html and htm formats, support for http1.0 agreement is an embedded web server
Platform: | Size: 48128 | Author: a11111 | Hits:

[androidexample

Description: android SDK开发案例大全2 书中的例子代码-android SDK Development Case Complete 2 book example code
Platform: | Size: 36926464 | Author: tom | Hits:

[androidandroid-essay

Description: Android的在线音乐播发器毕业论文-Android essay(music player)………………………………
Platform: | Size: 308224 | Author: willy | Hits:

[androidSocketDemo

Description: java socket 实例 也是android socket 的示例-android socket example java socket example is
Platform: | Size: 13312 | Author: | Hits:

[androidTextViewTest

Description: 处理TextView自动换行的android源程序 android原生的TextView不能处理字符串换行,使用自动换行的话格式化的代码非常丑。利用该程序可以按照字符串中的格式字符进行自动换行。-handling auto line feed for Textview in Android program
Platform: | Size: 65536 | Author: lymons | Hits:

[androidBeginning.Android.2

Description: If you are interested in programming for Android, you will need at least a basic understanding of how to program in Java. Android programming is done using Java syntax, plus a class library that resembles a subset of the Java SE library (plus Android-specific extensions).
Platform: | Size: 8233984 | Author: MrDurden | Hits:

[androidbluetest.java

Description: 简化了 android sdk 里带的 blue chat 例子,用一个大的类实现了蓝牙设备的发现/管理/通讯。-Simplifies the inner tube of blue chat of android sdk example, with a large class implements the Bluetooth device discovery/management/communication.
Platform: | Size: 6144 | Author: gao | Hits:

[androidandroid-sax--prarser-xml

Description: android 系统上对通过sax对xml流进行解析的demo,对学习android初学者很有帮助-it is about parsering xml stream using sax , and it will helpful for the new comers
Platform: | Size: 50176 | Author: hsd352 | Hits:

[androidch24_calendar

Description: Calendar日历,基于android,java语言编写-Calendar calendar
Platform: | Size: 1438720 | Author: 冯文宣 | Hits:

[androidH264Android

Description: H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送的数据太多,底层可能会一次解码出好几帧视频,但是通知到界面层只能显示一帧,造成丢帧的现象。 如果每次送的数据较少,就会有很多次底层调用没有进行实质解码,很小气的做法,比如有一压缩数据帧需要600字节,如果一次送100个字节给解码器,那么要送6次才会进行实质解码,因为每个数据帧有大有小,所以只能取极小值才不会导致丢帧。 不过所有的编码解码都是各种因素平衡折中的结果,具体用什么方法具体分析。-H264 decoder source code, porting ffmpeg s H264 decoder part to Android, the depth of cut optimization, in the simulator (320x480) to verify through. Program using jni architecture. Interface portion of the file to read, the video display is made with java, the underlying video decoding in C to do to meet the speed requirements. In this version, the H264 stream from a separate layer of Nal is done in java, so call decoding in java layer directly whether there is to know when to display video, drawback is the coupling/packaging of almost. If used at the bottom do Nal segmentation method can be encapsulated look good, but each time there is limited data to send, if you get too much data, the underlying may be a decoding of several frames of video, but the notice to the interface layer can only display one, resulting in dropped frames phenomenon. If you send less data each time, there will be many times not to call the underlying substance of decoding, a small gas practices, s
Platform: | Size: 230400 | Author: wyc | Hits:

[androidAndroid-openGL

Description: 公司用的Android上opengl es实例代码,非常适合android上opengl初学使用。-Opengl es example code on Android, ideal for beginners to use opengl on android
Platform: | Size: 276480 | Author: renboxue | Hits:

[androidsocket-between-android

Description: 正在学习关于socket的内容,发现网上很少有客户端和服务端都是android的例子,就自己写了一个-Learning about the contents of the socket and founding that There is very few example whose both client and server are the android, I write it myself
Platform: | Size: 91136 | Author: 张伯轩 | Hits:

[androidwifi

Description: 一个操控手机wifi功能的示例程序。例如开启wifi、停止wifi、查看wifi状态、查看当前ip地址。-A sample program tells that how to use wifi mods in Android. For example, open wifi, stop wifi, check wifi status, view the current ip address.
Platform: | Size: 50176 | Author: Johnny | Hits:

[androidmobilePhotoes_6

Description: 是一款基于 android 操作系统的手机相册软件。本软件提供快速且清晰的图片预览,流畅炫丽的幻灯片播放功能以及多种图片编辑功能,比如:异彩,负片,增强,黑白, 水印,对称,放缩,左旋,右旋,裁剪,文字,浮雕,漫画等。-Is an android-based mobile phone operating system software album. The software provides quick and clear picture preview, smooth dazzling slide show feature and a variety of image editing functions, such as: splendor, negative, enhancement, black and white, watermarks, symmetry, scale, L, D, cut , text, relief and comics.
Platform: | Size: 2985984 | Author: allen | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

CodeBus www.codebus.net